home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 11 / Mac Magazin and MacEasy Magazine CD - Issue 11.iso / Sharewarebibliothek / DFÜ / imagemap FAT / imagemap.config < prev    next >
Text File  |  1995-05-23  |  2KB  |  53 lines

  1. #
  2. #   Sample Mac-ImageMap configuration file.
  3. #   This file must be placed in the same directory as the
  4. #   Mac-imagemap program, and it must be named imagemap.config.
  5. #
  6. #   by: Lutz Weimann
  7. #   latest modification at: 23th May 1995
  8.  
  9. #   Replace below [Server administrator] with your e-mail address
  10. $ServerAdmin :  [Server administrator]
  11.  
  12. #   Note: the above line is an active specification - like every 
  13. #   line which starts with the character sequence #$ .
  14.  
  15. #   Uncomment the line below (remove "##") to let Mac-ImageMap quit
  16. #   every time when no more AppleEvents sent by MacHTTP or WebSTAR
  17. #   are to be processed.
  18.  
  19. ##$StayOpen : -1
  20.  
  21. #   Here are following some (out-commented) sample 
  22. #   $ServerPath-specifications which tell Mac-ImageMap where 
  23. #   it can find the root directories of multiple WebSTAR servers
  24. #   which run on this machine on different ports. The syntax is:
  25. #   $ServerPath : <Macintosh file-path> <portnumber>
  26. #   If the file-path contains blanks, it must be enclosed with
  27. #   quotes. 
  28. #   The $ServerPath specification is only needed when you run
  29. #   Mac-ImageMap as a *user-action handler* with *multiple* WebSTAR
  30. #   servers.
  31.  
  32. ##$ServerPath : HardDisk:Server1: 80
  33. ##$ServerPath : "Harddisk 2:Server 2:" 8001
  34.  
  35. #   the demomap-example, which is contained within the distribution.
  36. #   the filename of the map file must be given in Macintosh-style:
  37. #   the leading colon ":" indicates, that demomap is a subfolder of
  38. #   the Mac-Imagemap folder, wherein the map-file DemoPicture.map
  39. #   resides.
  40. demomap : :demomap:DemoPicture.map
  41.  
  42. #   a non-existent map, just for testing the Mac-imagemap error
  43. #   handling
  44. nonexistent : nonexistent.map
  45.  
  46. # another (non-existent) file, just on the top level of your harddisk
  47. # (named "HD").
  48. # since MacHTTP never needs to access the map-definition file, this
  49. # will also work.
  50. nomap : HD:nomap.map
  51.  
  52.  
  53.